home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FWKLU205.ZIP / GETLOOK.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-04-26  |  4.2 KB  |  136 lines

  1. @echo off
  2. if exist register.key goto rk
  3. cls
  4. echo.
  5. echo.
  6. echo       If you registered FWKCS(TM) Version 1.19 or later, or if
  7. echo       you registered FWKLU(TM) Version 1.22 or later, please copy
  8. echo       your registration keyfile into this directory, and name the
  9. echo       keyfile REGISTER.KEY.  Then restart this GETLOOK program.
  10. echo.
  11. echo       If you do not have an FWKCS registration key, please make sure
  12. echo       that your computer system's date is set to today's date.
  13. echo.
  14. echo.
  15. echo  To stop this program, press Ctrl+C, then y
  16. echo.
  17. pause
  18. :rk
  19. cls
  20. echo.
  21. echo            Your use of this software is at solely your own risk.
  22. echo            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. echo.
  24. echo This software is intended for use under DOS 3.30 or later, or in a suitable
  25. echo DOS session under a multitasking system (including IBM OS/2 2.0 or later).
  26. echo.
  27. echo    If you encounter any system conflicts when using this software,
  28. echo    please check your system configuration (and DOS session settings).
  29. echo.
  30. echo    If the problem remains, please advise the author at
  31. echo.
  32. echo    Internet email address     if no reply, write to    Fred Kantor
  33. echo    fred.kantor@factory.com                             523 West 112 Street
  34. echo                                                        New York, NY 10025
  35. echo.
  36. if exist register.key goto rk1
  37. echo Note: GETLOOK lets you run an unregistered copy of FWKCS, with a copy of
  38. echo       REGISTER.FRM in the same directory with FWKCS.EXE. You can put the
  39. echo       directory on your PATH, so that LOOKUP and RCROSREF can call FWKCS
  40. echo       from anywhere on your system.
  41. echo.
  42. echo The suggested test time is up to 30 days. To register, see REGISTER.FRM.
  43. echo                            ~~~~~~~~~~~~~
  44. :rk1
  45. pause
  46. cls
  47. echo Part of FWKCS(TM) Contents_Signature System, Version 2.05.
  48. echo (C)Copyright Frederick W. Kantor 1989, 1996. All rights reserved.
  49. echo.
  50. echo Your use of the FWKCS(TM) Contents_Signature System is at solely your own
  51. echo risk.  For safety, please have proper backups of your files.
  52. echo.
  53. echo GETLOOK.BAT to access the remote lookup functions in the FWKLU205.ZIP kit;
  54. echo             for use in the same directory with FWKLU.205 and FWKLU_TM.205.
  55. echo.
  56. echo.
  57. echo Usage:      GETLOOK "<enter>"
  58. echo.
  59. if "%1" == "/*" goto end0
  60. echo.
  61. echo.
  62. echo  To quit, press Ctrl+C, then y
  63. echo.
  64. pause
  65. if not exist fwklu.205 goto nd
  66. if not exist fwklu_tm.205 goto cm
  67. ren fwklu_tm.205 fwklu_tm.com > nul
  68. fwklu_tm < fwklu.205 > fwklu205.exe
  69. if errorlevel 1 goto fbad
  70. ren fwklu_tm.com fwklu_tm.205 > nul
  71. fwklu205 -o fwkcs.exe fwkcs205.h00 lookup.bat lookupz.bat rcrosref.bat lookup.doc register.doc register.frm > nul
  72. if errorlevel 51 goto fz
  73. if errorlevel 50 goto ns
  74. if errorlevel 1 goto fz
  75. if not exist register.key goto nk
  76. fwkcs /register[+register.key]
  77. fwkcs /register > nul
  78. if errorlevel 98 goto dk
  79. goto end
  80. :dk
  81. echo.
  82. echo  Your REGISTER.KEY file was apparently defective.
  83. echo.
  84. echo  Continuing in unregistered mode...
  85. echo.
  86. :nk
  87. fwkcs
  88. if errorlevel 99 goto end
  89. echo.
  90. echo  Bad system date!
  91. echo.
  92. echo  Execution aborted!
  93. echo.
  94. echo  After you have set your computer system's date to today's date,
  95. goto delbad
  96. :ns
  97. echo.
  98. echo Not enough space to work in. After you provide more space...
  99. goto delbad
  100. :fz
  101. echo.
  102. echo Error getting files.
  103. :delbad
  104. if exist fwkcs.exe del fwkcs.exe > nul
  105. if exist fwkcs205.h0? del fwkcs205.h0? > nul
  106. if exist fwklu205.exe del fwklu205.exe > nul
  107. if exist lookup.bat del lookup.bat > nul
  108. if exist lookupz.bat del lookupz.bat > nul
  109. if exist rcrosref.bat del rcrosref.bat > nul
  110. if exist lookup.doc del lookup.doc > nul
  111. if exist register.doc del register.doc > nul
  112. if exist register.frm del register.frm > nul
  113. goto try
  114. :fbad
  115. ren fwklu_tm.com fwklu_tm.205 > nul
  116. if exist fwklu205.exe del fwklu205.exe > nul
  117. echo.
  118. echo  FWKLU.205 appears defective or incompatible. Execution aborted.
  119. :try
  120. echo.
  121. echo  Please clean up, and try again. See README.TXT.
  122. goto end0
  123. :cm
  124. echo.
  125. echo  I need FWKLU_TM.205.
  126. echo.
  127. echo        I quit!
  128. goto end0
  129. :nd
  130. echo.
  131. echo    Nothing to do!
  132. :end0
  133. echo.
  134. :end
  135. if exist fwklu205.exe del fwklu205.exe > nul
  136.